Skip to content

Conversation

PavelKopyl
Copy link
Contributor

Code Review Checklist

Purpose

Ticket Number

Requirements

  • Have the requirements been met?
  • Have stakeholder(s) approved the change?

Implementation

  • Does this code change accomplish what it is supposed to do?
  • Can this solution be simplified?
  • Does this change add unwanted compile-time or run-time dependencies?
  • Could an additional framework, API, library, or service improve the solution?
  • Could we reuse part of LLVM instead of implementing the patch or a part of it?
  • Is the code at the right abstraction level?
  • Is the code modular enough?
  • Can a better solution be found in terms of maintainability, readability, performance, or security?
  • Does similar functionality already exist in the codebase? If yes, why isn’t it reused?
  • Are there any best practices, design patterns or language-specific patterns that could substantially improve this code?

Logic Errors and Bugs

  • Can you think of any use case in which the
    code does not behave as intended?
  • Can you think of any inputs or external events
    that could break the code?

Error Handling and Logging

  • Is error handling done the correct way?
  • Should any logging or debugging information
    be added or removed?
  • Are error messages user-friendly?
  • Are there enough log events and are they
    written in a way that allows for easy
    debugging?

Maintainability

  • Is the code easy to read?
  • Is the code not repeated (DRY Principle)?
  • Is the code method/class not too long?

Dependencies

  • Were updates to documentation, configuration, or readme files made as required by this change?
  • Are there any potential impacts on other parts of the system or backward compatibility?

Security

  • Does the code introduce any security vulnerabilities?

Performance

  • Do you think this code change decreases
    system performance?
  • Do you see any potential to improve the
    performance of the code significantly?

Testing and Testability

  • Is the code testable?
  • Have automated tests been added, or have related ones been updated to cover the change?
    • For changes to mutable state
  • Do tests reasonably cover the code change (unit/integration/system tests)?
    • Line Coverage
    • Region Coverage
    • Branch Coverage
  • Are there some test cases, input or edge cases
    that should be tested in addition?

Readability

  • Is the code easy to understand?
  • Which parts were confusing to you and why?
  • Can the readability of the code be improved by
    smaller methods?
  • Can the readability of the code be improved by
    different function, method or variable names?
  • Is the code located in the right
    file/folder/package?
  • Do you think certain methods should be
    restructured to have a more intuitive control
    flow?
  • Is the data flow understandable?
  • Are there redundant or outdated comments?
  • Could some comments convey the message
    better?
  • Would more comments make the code more
    understandable?
  • Could some comments be removed by making the code itself more readable?
  • Is there any commented-out code?
  • Have you run a spelling and grammar checker?

Documentation

  • Is there sufficient documentation?
  • Is the ReadMe.md file up to date?

Best Practices

  • Follow Single Responsibility principle?
  • Are different errors handled correctly?
  • Are errors and warnings logged?
  • Magic values avoided?
  • No unnecessary comments?
  • Minimal nesting used?

Experts' Opinion

  • Do you think a specific expert, like a security
    expert or a usability expert, should look over
    the code before it can be accepted?
  • Will this code change impact different teams, and should they review the change as well?

@PavelKopyl PavelKopyl marked this pull request as draft September 18, 2025 10:39
Copy link

github-actions bot commented Sep 18, 2025

Results for: evm ir-llvm EVMInterpreter
╔═╡ Size (-%) ╞═══════════════════════╡ All E +M3B3 ╞═╗
║ Best                                         21.638 ║
║ Worst                                        -2.314 ║
║ Total                                         0.072 ║
╠═╡ Cycles (-%) ╞═════════════════════╡ All E +M3B3 ╞═╣
║ Best                                         20.472 ║
║ Worst                                        -2.699 ║
║ Total                                         0.005 ║
╠═╡ Ergs (-%) ╞═══════════════════════╡ All E +M3B3 ╞═╣
║ Best                                          8.190 ║
║ Worst                                        -2.077 ║
║ Total                                         0.006 ║
╠══╡ Gas (-%) ╞═══════════════════════╡ All E +M3B3 ╞═╣
║ Best                                         22.649 ║
║ Worst                                        -3.328 ║
║ Total                                         0.000 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═══════════════════════╡ All E +MzB3 ╞═╗
║ Best                                         20.767 ║
║ Worst                                        -2.572 ║
║ Total                                         0.073 ║
╠═╡ Cycles (-%) ╞═════════════════════╡ All E +MzB3 ╞═╣
║ Best                                         20.721 ║
║ Worst                                        -1.871 ║
║ Total                                         0.005 ║
╠═╡ Ergs (-%) ╞═══════════════════════╡ All E +MzB3 ╞═╣
║ Best                                          5.644 ║
║ Worst                                        -2.139 ║
║ Total                                         0.006 ║
╠══╡ Gas (-%) ╞═══════════════════════╡ All E +MzB3 ╞═╣
║ Best                                         21.768 ║
║ Worst                                        -2.629 ║
║ Total                                         0.000 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═══════════════════════╡ All Y +M3B3 ╞═╗
║ Best                                         20.088 ║
║ Worst                                       -17.011 ║
║ Total                                         1.262 ║
╠═╡ Cycles (-%) ╞═════════════════════╡ All Y +M3B3 ╞═╣
║ Best                                         22.500 ║
║ Worst                                        -3.678 ║
║ Total                                         0.043 ║
╠═╡ Ergs (-%) ╞═══════════════════════╡ All Y +M3B3 ╞═╣
║ Best                                          5.660 ║
║ Worst                                        -5.403 ║
║ Total                                         0.036 ║
╠══╡ Gas (-%) ╞═══════════════════════╡ All Y +M3B3 ╞═╣
║ Best                                         20.030 ║
║ Worst                                       -18.746 ║
║ Total                                         0.000 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═══════════════════════╡ All Y +MzB3 ╞═╗
║ Best                                         14.095 ║
║ Worst                                        -2.395 ║
║ Total                                         1.323 ║
╠═╡ Cycles (-%) ╞═════════════════════╡ All Y +MzB3 ╞═╣
║ Best                                         12.171 ║
║ Worst                                        -2.584 ║
║ Total                                         0.040 ║
╠═╡ Ergs (-%) ╞═══════════════════════╡ All Y +MzB3 ╞═╣
║ Best                                          3.138 ║
║ Worst                                        -0.494 ║
║ Total                                         0.034 ║
╠══╡ Gas (-%) ╞═══════════════════════╡ All Y +MzB3 ╞═╣
║ Best                                         13.793 ║
║ Worst                                        -1.163 ║
║ Total                                         0.000 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═════════════════╡ Real life E +M3B3 ╞═╗
║ Best                                          0.077 ║
║ Worst                                         0.000 ║
║ Total                                         0.018 ║
╠═╡ Cycles (-%) ╞═══════════════╡ Real life E +M3B3 ╞═╣
║ Best                                          0.058 ║
║ Worst                                         0.000 ║
║ Total                                         0.006 ║
╠═╡ Ergs (-%) ╞═════════════════╡ Real life E +M3B3 ╞═╣
║ Best                                          0.012 ║
║ Worst                                         0.000 ║
║ Total                                         0.003 ║
╠══╡ Gas (-%) ╞═════════════════╡ Real life E +M3B3 ╞═╣
║ Best                                          0.083 ║
║ Worst                                         0.000 ║
║ Total                                         0.024 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═════════════════╡ Real life E +MzB3 ╞═╗
║ Best                                          0.000 ║
║ Worst                                        -0.009 ║
║ Total                                        -0.002 ║
╠═╡ Cycles (-%) ╞═══════════════╡ Real life E +MzB3 ╞═╣
║ Best                                          0.058 ║
║ Worst                                         0.000 ║
║ Total                                         0.006 ║
╠═╡ Ergs (-%) ╞═════════════════╡ Real life E +MzB3 ╞═╣
║ Best                                          0.012 ║
║ Worst                                         0.000 ║
║ Total                                         0.003 ║
╠══╡ Gas (-%) ╞═════════════════╡ Real life E +MzB3 ╞═╣
║ Best                                          0.000 ║
║ Worst                                        -0.010 ║
║ Total                                        -0.003 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═════════════════╡ Real life Y +M3B3 ╞═╗
║ Best                                          4.167 ║
║ Worst                                        -0.144 ║
║ Total                                         0.236 ║
╠═╡ Cycles (-%) ╞═══════════════╡ Real life Y +M3B3 ╞═╣
║ Best                                          2.526 ║
║ Worst                                        -0.334 ║
║ Total                                         0.228 ║
╠═╡ Ergs (-%) ╞═════════════════╡ Real life Y +M3B3 ╞═╣
║ Best                                          0.359 ║
║ Worst                                        -0.374 ║
║ Total                                         0.019 ║
╠══╡ Gas (-%) ╞═════════════════╡ Real life Y +M3B3 ╞═╣
║ Best                                          0.255 ║
║ Worst                                        -0.055 ║
║ Total                                         0.019 ║
╚═════════════════════════════════════════════════════╝

╔═╡ Size (-%) ╞═════════════════╡ Real life Y +MzB3 ╞═╗
║ Best                                          4.167 ║
║ Worst                                        -0.019 ║
║ Total                                         0.094 ║
╠═╡ Cycles (-%) ╞═══════════════╡ Real life Y +MzB3 ╞═╣
║ Best                                          2.526 ║
║ Worst                                         0.000 ║
║ Total                                         0.110 ║
╠═╡ Ergs (-%) ╞═════════════════╡ Real life Y +MzB3 ╞═╣
║ Best                                          0.359 ║
║ Worst                                         0.000 ║
║ Total                                         0.033 ║
╠══╡ Gas (-%) ╞═════════════════╡ Real life Y +MzB3 ╞═╣
║ Best                                          0.051 ║
║ Worst                                         0.000 ║
║ Total                                         0.001 ║
╚═════════════════════════════════════════════════════╝

Copy link

codecov bot commented Sep 18, 2025

Codecov Report

❌ Patch coverage is 76.92308% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 30.94%. Comparing base (c0ae543) to head (3d54d8d).

Files with missing lines Patch % Lines
llvm/lib/Analysis/VMAliasAnalysis.cpp 76.92% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main     #900    +/-   ##
========================================
  Coverage   30.93%   30.94%            
========================================
  Files        2430     2430            
  Lines      806317   806322     +5     
  Branches   176494   176496     +2     
========================================
+ Hits       249421   249480    +59     
+ Misses     513025   512924   -101     
- Partials    43871    43918    +47     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

github-actions bot commented Sep 18, 2025

📊 Excel Report Available

Benchmarks measured for:

  • solx candidate version: solx, LLVM-based Solidity compiler for the EVM v0.1.3, LLVM revision: v1.0.2, LLVM build: 3d54d8d9fa406bf786791110032a27996ed58321
  • solx ToT version: solx, LLVM-based Solidity compiler for the EVM v0.1.3, LLVM revision: v1.0.2, LLVM build: c0ae543cf7e69043cd81e2017a19feec35b5ef0b
  • solx latest release version: solx, LLVM-based Solidity compiler for the EVM v0.1.2, LLVM revision: v1.0.2, LLVM build: aec023355f43d8ece02249360ba84e749fb5cb3f
  • solc version: 0.8.30

➡️ Download Excel Report

@PavelKopyl PavelKopyl force-pushed the kpv-aa-support-non-precise-memloc branch 4 times, most recently from a8a2610 to c00e1e6 Compare September 22, 2025 14:24
@PavelKopyl PavelKopyl force-pushed the kpv-aa-support-non-precise-memloc branch from c00e1e6 to 6ede725 Compare October 2, 2025 00:22
Copy link

github-actions bot commented Oct 2, 2025

📊 evm compiler-tester excel report

Benchmarks measured for:

  • target machine: evm
  • toolchain: ir-llvm
  • environment: REVM

➡️ Download Excel Report

Copy link

github-actions bot commented Oct 2, 2025

Project Mode Compiled (solc / solx / Total) Passed (solc / solx / Total)
openzeppelin default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 382 / 382 / 382 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 328 / 328 / 330
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 382 / 382 / 382 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 328 / 328 / 330
lil-web3 default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 20 / 20 / 20 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 68 / 68 / 68
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 20 / 20 / 20 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 66 / 68 / 68
maple-erc20 default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 28 / 28 / 28 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 29 / 29 / 29
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 28 / 28 / 28 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 29 / 29 / 29
diamonds default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 17 / 17 / 17 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 1 / 1 / 1
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 17 / 17 / 17 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 1 / 1 / 1
rollcall default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 64 / 64 / 64 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 14 / 14 / 14
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 64 / 64 / 64 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 14 / 14 / 14
playpen default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 43 / 43 / 43 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 6 / 6 / 9
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 43 / 43 / 43 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 6 / 6 / 9
solmate default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 60 / 60 / 60 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 55 / 55 / 69
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 60 / 60 / 60 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 55 / 55 / 69
prb-math default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 106 / 106 / 106 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 323 / 323 / 323
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 106 / 106 / 106 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 323 / 323 / 323
solady default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 208 / 208 / 208 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 1571 / 1571 / 1571
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 208 / 208 / 208 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 1571 / 1571 / 1571
unix default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 21 / 21 / 21 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 2 / 2 / 3
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 21 / 21 / 21 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 2 / 0
foundry-upgrades default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 22 / 22 / 22 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 3 / 3 / 3
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 22 / 22 / 22 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 3 / 3 / 3
art-gobblers default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 56 / 56 / 56 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 127 / 127 / 127
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 56 / 56 / 56 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 121 / 121 / 127
lens-core default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 320 / 320 / 320 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 1876 / 0
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 320 / 320 / 320 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 1877 / 0
balance-snapshot default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 20 / 20 / 20 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 5 / 5 / 5
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 20 / 20 / 20 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 5 / 5 / 5
diamond-foundry default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 26 / 26 / 26 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 40 / 40 / 44
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 26 / 26 / 26 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 40 / 40 / 44
forge-std default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 50 / 50 / 50 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 194 / 0
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 50 / 50 / 50 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 194 / 0
tokenlon default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 121 / 121 / 121 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 53 / 53 / 67
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 121 / 121 / 121 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 53 / 53 / 67
uniswap-v4 default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 160 / 160 / 160 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 598 / 598 / 598
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 160 / 160 / 160 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 598 / 598 / 598
beefy default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 164 / 164 / 164 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 2 / 2 / 34
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 164 / 164 / 164 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 2 / 2 / 34
gov-of-venice default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 25 / 25 / 25 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 25 / 25 / 26
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 25 / 25 / 25 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 24 / 25 / 26
cicada default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 23 / 23 / 23 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 546 / 0
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 23 / 23 / 23 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 546 / 0
lens-v3 default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 240 / 240 / 240 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 656 / 656 / 657
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 240 / 240 / 240 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 0 / 656 / 0
morpho-blue default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 74 / 74 / 74 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 145 / 145 / 145
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 74 / 74 / 74 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 145 / 145 / 145
aave-v3 default 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 473 / 473 / 473 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 980 / 980 / 980
viaIR 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 473 / 473 / 473 🟩🟩🟩🟩🟩🟩🟩🟩🟩🟩 979 / 980 / 980

Copy link

github-actions bot commented Oct 2, 2025

Project Mode Compile (solx/solc/Δs/Δ%) Run (solx/solc/Δs/Δ%) Size warnings (solx/solc)
openzeppelin default 13.59s / 18.33s / -4.74s / -26% 📉 2.44s / 2.83s / -0.39s / -14% 📉 2 / 3
viaIR 14.96s / 56.71s / -41.75s / -74% 📉 2.49s / 3.17s / -0.68s / -21% 📉 2 / 3
lil-web3 default 2.60s / 2.30s / +0.30s / +13% 📈 0.15s / 0.14s / +0.01s / +10% 📈 0 / 0
viaIR 2.11s / 10.35s / -8.24s / -80% 📉 0.14s / 0.15s / -0.00s / -1% ➖ 1 / 1
maple-erc20 default 2.14s / 1.76s / +0.38s / +22% 📈 0.16s / 0.16s / +0.01s / +4% ➖ 0 / 0
viaIR 1.75s / 4.92s / -3.17s / -64% 📉 0.16s / 0.16s / +0.00s / +1% ➖ 0 / 0
diamonds default 2.02s / 0.98s / +1.04s / +106% 📈 0.51s / 0.48s / +0.04s / +8% 📈 0 / 0
viaIR 1.59s / 2.60s / -1.02s / -39% 📉 0.48s / 0.47s / +0.01s / +1% ➖ 0 / 0
rollcall default 2.65s / 2.80s / -0.16s / -6% 📉 0.15s / 0.15s / -0.00s / -1% ➖ 0 / 2
viaIR 2.38s / 10.27s / -7.89s / -77% 📉 0.16s / 0.14s / +0.01s / +8% 📈 1 / 2
playpen default 2.53s / 1.82s / +0.71s / +39% 📈 0.16s / 0.16s / +0.01s / +4% ➖ 0 / 6
viaIR 2.07s / 7.13s / -5.06s / -71% 📉 0.17s / 0.16s / +0.01s / +4% ➖ 0 / 6
solmate default 8.35s / 5.59s / +2.76s / +49% 📈 0.13s / 0.12s / +0.01s / +4% ➖ 2 / 7
viaIR 5.05s / 30.73s / -25.68s / -84% 📉 0.13s / 0.12s / +0.01s / +6% 📈 4 / 9
prb-math default 6.09s / 6.44s / -0.35s / -5% 📉 0.15s / 0.15s / -0.00s / -1% ➖ 0 / 0
viaIR 7.39s / 29.51s / -22.12s / -75% 📉 0.15s / 0.16s / -0.01s / -6% 📉 0 / 0
solady default 21.86s / 26.84s / -4.97s / -19% 📉 0.65s / 0.65s / +0.00s / +0% ➖ 19 / 21
viaIR 20.52s / 153.69s / -133.17s / -87% 📉 0.66s / 0.66s / +0.00s / +0% ➖ 25 / 23
unix default 2.46s / 1.51s / +0.95s / +63% 📈 0.18s / 0.17s / +0.01s / +3% ➖ 0 / 1
viaIR 1.93s / 4.29s / -2.36s / -55% 📉 0.18s / 0.23s / -0.05s / -22% 📉 0 / 0
foundry-upgrades default 1.19s / 0.91s / +0.28s / +31% 📈 0.16s / 0.15s / +0.00s / +2% ➖ 0 / 0
viaIR 1.02s / 2.46s / -1.44s / -59% 📉 0.16s / 0.15s / +0.02s / +12% 📈 0 / 0
art-gobblers default 7.80s / 4.58s / +3.22s / +70% 📈 0.58s / 0.64s / -0.06s / -9% 📉 1 / 19
viaIR 5.86s / 24.10s / -18.24s / -76% 📉 0.60s / 0.62s / -0.02s / -3% ➖ 1 / 22
lens-core default 105.48s / 10.82s / +94.66s / +875% 📈 2.88s / 13.69s / -10.81s / -79% 📉 85 / 0
viaIR 70.86s / 461.13s / -390.27s / -85% 📉 2.97s / 480.47s / -477.51s / -99% 📉 83 / 0
balance-snapshot default 2.01s / 0.86s / +1.15s / +134% 📈 0.12s / 0.11s / +0.00s / +2% ➖ 0 / 0
viaIR 1.68s / 2.63s / -0.96s / -36% 📉 0.12s / 0.12s / +0.00s / +3% ➖ 0 / 0
diamond-foundry default 3.32s / 2.44s / +0.88s / +36% 📈 0.14s / 0.15s / -0.01s / -6% 📉 0 / 1
viaIR 1.94s / 7.01s / -5.06s / -72% 📉 0.15s / 0.14s / +0.01s / +7% 📈 0 / 0
forge-std default 10.76s / 8.31s / +2.46s / +30% 📈 1.46s / 1.48s / -0.02s / -1% ➖ 7 / 7
viaIR 7.40s / 42.62s / -35.22s / -83% 📉 1.49s / 1.70s / -0.21s / -13% 📉 8 / 8
tokenlon default 18.50s / 20.45s / -1.95s / -10% 📉 0.27s / 0.28s / -0.02s / -6% 📉 10 / 26
viaIR 12.10s / 105.40s / -93.30s / -89% 📉 0.26s / 0.28s / -0.02s / -7% 📉 12 / 28
uniswap-v4 default 22.55s / 19.60s / +2.95s / +15% 📈 2.70s / 2.68s / +0.02s / +1% ➖ 4 / 33
viaIR 16.27s / 106.43s / -90.16s / -85% 📉 2.70s / 2.72s / -0.02s / -1% ➖ 7 / 35
beefy default 15.94s / 20.17s / -4.24s / -21% 📉 0.22s / 0.21s / +0.01s / +2% ➖ 14 / 27
viaIR 13.62s / 107.97s / -94.34s / -87% 📉 0.22s / 0.21s / +0.01s / +4% ➖ 16 / 26
gov-of-venice default 5.24s / 3.81s / +1.42s / +37% 📈 0.65s / 1.00s / -0.35s / -35% 📉 2 / 10
viaIR 3.68s / 25.62s / -21.94s / -86% 📉 0.66s / 0.90s / -0.24s / -27% 📉 2 / 10
lens-v3 default 77.32s / 49.59s / +27.73s / +56% 📈 0.42s / 0.42s / -0.00s / -0% ➖ 32 / 60
viaIR 46.81s / 10.91s / +35.90s / +329% 📈 0.41s / 11.06s / -10.66s / -96% 📉 33 / 0
morpho-blue default 9.66s / 12.36s / -2.71s / -22% 📉 0.21s / 0.21s / +0.01s / +3% ➖ 6 / 34
viaIR 8.04s / 71.39s / -63.35s / -89% 📉 0.22s / 0.21s / +0.02s / +7% 📈 9 / 33
aave-v3 default 213.42s / 126.69s / +86.72s / +68% 📈 0.69s / 0.73s / -0.04s / -6% 📉 82 / 164
viaIR 131.35s / 1088.73s / -957.38s / -88% 📉 0.73s / 0.73s / -0.00s / -0% ➖ 84 / 164

@PavelKopyl PavelKopyl self-assigned this Oct 2, 2025
@PavelKopyl PavelKopyl marked this pull request as ready for review October 2, 2025 15:08
@PavelKopyl PavelKopyl force-pushed the kpv-aa-support-non-precise-memloc branch 3 times, most recently from b7c507e to dbc864d Compare October 15, 2025 20:16
@PavelKopyl PavelKopyl force-pushed the kpv-aa-support-non-precise-memloc branch from dbc864d to 3d54d8d Compare October 17, 2025 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants